p {
  margin: 0;
  padding: 0;
}
.Weather {
  width: 100%;
  min-width: 424px;
  min-height: 168px;
  height: auto;
  position: relative;
}
.Weather .moreText {
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
}
.Weather #weather-view-he {
  width: 100% !important;
  background-size: 100% 100% !important;
}
.Weather .WeatherContianer {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}
.Weather .WeatherContianer .bottom {
  width: calc(100% - 40px);
  height: auto;
  text-align: left;
  font-family: PingFangSC-Semibold;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-top: 5px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Weather .WeatherContianer .bottom span,
.Weather .WeatherContianer .bottom svg {
  vertical-align: middle;
}
.Weather .WeatherContianer .bottom span a,
.Weather .WeatherContianer .bottom svg a {
  color: #FFFFFF;
}
.Weather .WeatherContianer .bottom svg {
  margin-left: 5px;
}
.Weather .WeatherContianer .top {
  width: 100%;
  height: 85px;
  margin-top: -10px;
}
.Weather .WeatherContianer .top span {
  display: inline-block;
  height: 85px;
}
.Weather .WeatherContianer .top span.topDays {
  width: 38px;
  font-family: DINCondensed-Bold;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0;
  vertical-align: middle;
}
.Weather .WeatherContianer .top span.topWeeks {
  margin-left: 20px;
  text-align: left;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  min-width: 65px;
  vertical-align: middle;
  padding-top: 15px;
}
.Weather .WeatherContianer .top span.temps {
  text-align: left;
  font-family: DINCondensed-Bold;
  font-size: 50px;
  color: #FFFFFF;
  letter-spacing: 0;
  width: auto;
  vertical-align: middle;
  float: right;
}
.Weather .WeatherContianer .top span.temps svg {
  width: 24px;
  height: 24px;
}

